home *** CD-ROM | disk | FTP | other *** search
/ Glamour Girls 1 / Glamour Girls I.iso / mac / Glamour Girls Index / 00460_Script_460 < prev    next >
Text File  |  1994-07-13  |  446b  |  25 lines

  1.  
  2. global soundVolume
  3. set soundVolume = 255
  4. set the volume of sound 1 =soundVolume
  5.  
  6. if rollOver (4) then
  7.   go to "1"
  8. else if rollOver (5) then
  9.   go to "2" 
  10. else if rollOver (6) then
  11.   go to "3"
  12. else if rollOver (7) then
  13.   go to "4"
  14. else if rollOver (8) then
  15.   go to "5"
  16. else if rollOver (9) then
  17.   go to "6"
  18. else if rollOver (10) then
  19.   go to "7"
  20. else if rollOver (11) then
  21.   go to "8" 
  22. else 
  23.   go to "Main"
  24. end if         
  25.